home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / man / cmds.fmt / newtee.man < prev    next >
Text File  |  1991-10-16  |  1KB  |  69 lines

  1.  
  2.  
  3.  
  4. NEWTEE                    User Commands                    NEWTEE
  5.  
  6.  
  7.  
  8. _________________________________________________________________
  9.  
  10. NNAAMMEE
  11.      newtee - Copy input to both  stdout  and  the  listed  files
  12.      without blocking.
  13.  
  14. SSYYNNOOPPSSIISS
  15.      nneewwtteeee  -[_o_p_t_i_o_n_s] outputfile1 ...
  16.  
  17. OOPPTTIIOONNSS
  18.      --aappppeenndd       Append output to listed  output  files  rather
  19.                    than overwrite them.
  20.  
  21.      --iinnppuuttFFiillee    Use the given file as input rather than stdin.
  22.  
  23.      --kkeeeeppGGooiinngg    Keep waiting for more input, even  at  end-of-
  24.                    file, as is done in "tail -f."
  25.  
  26. _________________________________________________________________
  27.  
  28. IINNTTRROODDUUCCTTIIOONN
  29.      Copy data from input (either a file or stdin) to stdout  and
  30.      also  to  the listed output files.  The data is not buffered
  31.      and also the data will be copied to stdout even  if  writing
  32.      to  the  output  files  blocks (due to server failure, etc).
  33.      This is useful  for  reading  /dev/syslog  and  sending  the
  34.      stdout  to an X window while copying the data also to a file
  35.      so that you can read the syslog for the  machine  from  any-
  36.      where and not just the console.
  37.  
  38. KKEEYYWWOORRDDSS
  39.      tee syslog cat X copy
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65. Sprite v.1.0       Printed:  October 16, 1991                   1
  66.  
  67.  
  68.  
  69.